﻿@charset "utf-8";

/*黑白*/
/*html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}*/
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{
	margin:0;
	padding:0;
}
body,input,textarea,select,button,table{
	font-size:16px;
	line-height:1.25em;
	font-family:Arial,'microsoft yahei',Verdana,Helvetica,sans-serif;
}
*{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
/*取消按钮点击的时候有阴影*/
a,img,button,input,textarea{
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	-ms-tap-highlight-color:rgba(255,255,255,0);
	-moz-tap-highlight-color:rgba(255,255,255,0);
	-o-tap-highlight-color:rgba(255,255,255,0);
}
button, input, textarea, select {
    border: medium none;
    outline: medium none;/*取消chrome下input和textarea的聚焦边框*/
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
}
body{
	min-width:320px;
	font-size:1em;
	-webkit-text-size-adjust:none; 
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	font-size: inherit; 
	font-weight: normal;
}
header,footer,section,nav,menu,details,hgroup,figure,figcaption,article,aside{
	margin:0;
	padding:0;
	display:block;
}
img,fieldset{
	border:0;
}
img { 
	vertical-align:middle;
}
ul,ol{
	list-style:none;
}
table{
	border-collapse:collapse; 
	width: 100%;
}
a{
	color:#666;
	text-decoration:none;
}
.cl:after{
	clear:both;
	content:" ";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}
.cl{
	zoom:1
}
.rel{
    position: relative;
}
.abs{
	position: absolute;
}
.dis{
    display: block;
}
.hide{
    display: none;
}
.hr_gray {
    border: none;
    border-top: 1px solid #ccc;
}
/*arrow*/
.arr_right:after,.arr_left:after{
  content: "";
  width: 0.4rem;
  height:0.4rem;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  top: 50%;
  right:15px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_down:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 48%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_up:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 50%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.15rem; 
  }
/*取消滚动条*/
.cansel_scrollbar::-webkit-scrollbar              { /* 1 */  width:0px; background-color:rgba(0,0,0,0);}
.cansel_scrollbar::-webkit-scrollbar-button       { /* 2 */ }
.cansel_scrollbar::-webkit-scrollbar-track        { /* 3 */ }
.cansel_scrollbar::-webkit-scrollbar-track-piece  { /* 4 */ }
.cansel_scrollbar::-webkit-scrollbar-thumb        { /* 5 */ border:none; width:5px;  border-radius:4px; background-color:rgba(0,0,0,0);}
.cansel_scrollbar::-webkit-scrollbar-corner       { /* 6 */ background-color:#41475f;}
.cansel_scrollbar::-webkit-resizer                { /* 7 */ }
.cansel_scrollbar::-webkit-scrollbar:horizontal   { height:1px;}
body {
	background-color: #fff;
}
.flex {
    display: flex;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.flex-grow-0{
    flex-grow: 0;
}
.flex-grow-1{
    flex-grow: 1;
}
.flex-x-center{
    display: flex;
    justify-content: center;
}
.flex-y-center{
    display: flex;
    align-items: center;
}
.flex-y-start{
   display: flex;
   align-items: flex-start;
}
.flex-x-between{
   display: flex;
   justify-content: space-between;
}
.flex-x-end{
  display: flex;
  justify-content: flex-end;
}
/*上海基层党建党群服务阵地*/
.service_position{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.service_position .top{
  width: 1920px;
  height: 650px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: -1;
}
.service_position .top_title{
  width: 280px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.service_position .itemBox{
  width: 1200px;
  margin: 0 auto;
}
.service_position .item1{
  margin-top: 220px;
  background-color: #fff;
  box-shadow: 3px 3px 20px rgba(166,0,0,.26);
  padding: 0 15px 15px;
  margin-bottom: 20px;
}
.service_position .sub_title{
  height: 65px;
  border-bottom: 1px solid #dddddd;
  font-size: 21px;
  color: #c00000;
  position: relative;
  line-height: 65px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.service_position .sub_title:after{
  content: '';
  width: 56px;
  height: 3px;
  background-color: #c00000;
  position: absolute;
  left: 50%;
  bottom: -1.5px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.zd_dynamic_pics li{
  width: 285px;
  margin-right: 10px;
}
.zd_dynamic_pics li:last-child{
  margin-right: 0;
}
.zd_dynamic_pics li .zd_dynamic_picBox{
  width: 285px;
  height: 210px;
  overflow: hidden; 
}
.zd_dynamic_pics li a{
  display: block;
  width: 100%;
  height: 100%;
}
.zd_dynamic_pics li .zd_dynamic_picBox img{
  width: 100%;
  height: 100%;
}
.zd_dynamic_pics li .zd_dynamic_text{
  font-size: 14px;
  color: #212121;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 8px;
  letter-spacing: 1px;
}
.zd_dynamic_pics li .zd_dynamic_text:hover{
  color: #c00000;
}
.more_info{
  font-size: 13px;
  color: #c00000;
  margin-top: 12px;
}
.more_info img{
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
.item_mapBox{
  position: relative;
  height: 938px;
  margin: 12px auto 0!important;
}
.item_mapBox:after{
  content: '';
  width: 1920px;
  height: 938px;
  background:url(../images/center_bg.png) center 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: -1;
}
.service_position .item2,.service_position .item3{
  width: 50%;
}
.service_position .item2 .sub_title{
  text-align: left;
}
.service_position .item2 .sub_title:after{
  left: 0;
  transform: initial;
}
.service_position .item2 .casesBox .cases_box{
  width: 290px;
  height: 510px;
  background-color: #fff;
  padding: 15px;
  cursor: pointer;
}
.service_position .item2 .casesBox .cases_box.active{
  box-shadow: 0 5px 10px rgba(184,71,71,.75);
}
.service_position .item2 .casesBox .cases_box.active p{
  color: #353535;
}
.service_position .item2 .casesBox .cases_box:first-child{
  margin-right: 10px;
}
.service_position .item2 .casesBox .cases_box:last-child{
  margin-left: 10px;
  border-right: 1px solid #dcdcdc;
}
.service_position .item2 .casesBox .cases_box .cases_text{
  height: 440px;
}
.service_position .item2 .casesBox .cases_box p{
  font-size: 15px;
  color: #6e6e6e;
  text-indent: 2em;
  line-height: 40px;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  overflow: hidden;
}
.service_position .item3 .sub_title{
  text-align: right;
}
.service_position .item3 .sub_title:after{
  left: auto;
  right: 0;
  transform: initial;
}
.videoBox,.zd_experience{
  width: 550px;
  margin: 0 auto;
}
.videoBox video {
  width: 550px;
  height: 310px;
  margin-top: 10px;
  vertical-align: bottom;
}
.videoBox h1{
  width: 100%;
  font-size: 14px;
  color: #c00000;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
  letter-spacing: 1px;
}
.zd_experience{
  margin: 15px auto 0;  
}
.zd_experience li{
  padding-left: 15px;
  width: 100%;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
}
.zd_experience li:after{
  content: '';
  width: 5px;
  height: 5px;
  background-color: #c00000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.zd_experience li a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.zd_experience li a p{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  color: #353535;
  letter-spacing: 1px;
}
.zd_experience li a p:hover{
  color: #c00000;
}
.more_info2{
  display: block;
  width: 80px;
  height: 30px;
  background-color: #c00000;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  float: right;
  margin-top: 10px;
  margin-right: 50px;
}
.service_position .item4{
  margin: 15px auto 60px;
}
.train_pics .train_pics_list{
  width: 365px;
  margin-right: 52.5px;
  background-color: #fff;
  padding: 15px;
  cursor: pointer;
}
.train_pics .train_pics_list:nth-child(3n){
  margin-right: 0;
}
.train_pics .train_pics_list:hover{
  box-shadow: 3px 3px 20px rgba(166,0,0,.26);
}
.train_pics .train_pics_list .train_picBox{
  width: 335px;
  height: 188px;
  box-shadow: 0 4px 9px rgba(136,52,52,.7); 
  margin-bottom: 10px;
}
.train_pics .train_pics_list .train_picBox img{
  width: 100%;
  height: 100%;
}
.train_pics .train_pics_list ul li{
  height: 50px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.train_pics .train_pics_list ul li:after{
  content: '';
  width: 0px;
  height: 0px;
  color: #fff;
  text-align: center;
  border-top: 3.5px solid transparent;
  border-left: 5px solid #c00000;
  border-bottom: 3.5px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.train_pics .train_pics_list ul li a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.train_pics .train_pics_list ul li a p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  color: #353535;
  letter-spacing: 1px;
}
.train_pics .train_pics_list ul li a p:hover{
  color: #c00000;
}
.more_list{
  font-size: 14px;
  color: #c00000;
}

.footer {
  width: 100%;
  background-color: #920000;
  text-align: center;
  padding: 25px 0 15px;
}
.footer p {
  margin-bottom: 5px;
}
.footer a {
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: normal;
}
.footer p a:not(:last-child) {
    margin-right: 30px;
}

/*地图*/
.item_map_box .mapimg {
  position: relative;
  width: 665px;
  height: 817px;
  left: -70px;
}
#mapimg{
  //background: url(../images/map.png) no-repeat center;
  background-size: 100% 100%; 
}
.mapimg.animate{
  animation-name: FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-direction: alternate;  
}
@keyframes FadeInOut {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    85%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-webkit-keyframes FadeInOut {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    85%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-moz-keyframes FadeInOut {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    85%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
.mapdots{
  width: 665px;
  height: 817px;
  position: absolute;
  left: 0;
  top: 0;
}
.mapdots img{
  width: 100%;
  height: 100%;
  z-index: 50;
}
.mapimg .maparea a{
  display: block;
  width: 100%;
  height: 100%;
}
#area1{
  width: 150px;
  height: 380px;
  right: 90px;
  bottom: 105px;
  position: absolute;
  z-index: 99;
  transform: rotate(-30deg);
}
#area2{
  width: 30px;
  height: 40px;
  right: 280px;
  top: 418px;
  position: absolute;
  z-index: 199;
}
#area3{
  width: 40px;
  height: 70px;
  right: 300px;
  top: 440px;
  position: absolute;
  z-index: 199;
}
#area4{
  width: 35px;
  height: 70px;
  right: 335px;
  top: 410px;
  position: absolute;
  z-index: 199;
  transform: rotate(-90deg);
}
#area5{
  width: 38px;
  height: 78px;
  right: 335px;
  top: 370px;
  position: absolute;
  z-index: 199;
  transform: rotate(-65deg);
}
#area6{
  width: 230px;
  height: 130px;
  right: 122px;
  bottom: 103px;
  position: absolute;
  z-index: 199;
  transform: rotate(-10deg);
}
#area7{
  width: 150px;
  height: 100px;
  left: 245px;
  bottom: 465px;
  position: absolute;
  z-index: 199;
  transform: rotate(60deg);
}
#area8{
  width: 150px;
  height: 130px;
  left: 145px;
  bottom: 410px;
  position: absolute;
  z-index: 199;
  transform: rotate(60deg);
}
#area9{
  width: 250px;
  height: 150px;
  left: -15px;
  bottom: 242px;
  position: absolute;
  z-index: 199;
  transform: rotate(-60deg);
}
#area10{
  width: 140px;
  height: 150px;
  left: 150px;
  bottom: 165px;
  position: absolute;
  z-index: 199;
  transform: rotate(-15deg);
}
#area11{
  width: 260px;
  height: 120px;
  left: 80px;
  bottom: 40px;
  position: absolute;
  z-index: 199;
  transform: rotate(15deg);
}
#area12{
  width: 530px;
  height: 200px;
  right: -10px;
  top: 80px;
  position: absolute;
  z-index: 199;
  transform: rotate(30deg);
}
#area13{
  width: 25px;
  height: 60px;
  right: 300px;
  top: 370px;
  position: absolute;
  z-index: 199;
  transform: rotate(-25deg);
}
#area14{
  width: 25px;
  height: 50px;
  right: 280px;
  top: 370px;
  position: absolute;
  z-index: 199;
  transform: rotate(-25deg);
}
#area15{
  width: 40px;
  height: 60px;
  right: 250px;
  top: 350px;
  position: absolute;
  z-index: 199;
  transform: rotate(-25deg);
}
#area16{
  width: 165px;
  height: 85px;
  right: 265px;
  bottom: 250px;
  position: absolute;
  z-index: 199;
  transform: rotate(45deg);
}
.item_map_box .basic_situation_box{
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  width: 525px;
  max-height: 700px;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 2px 2px 2px #c00000;
  margin-top: 80px;
  display: none;
}
.item_map_box .basic_situation_box h1{
  width: 100%;
  height: 55px;
  background-color: #c00000;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
}
.basic_situation_box ul{
  padding: 10px 20px 50px;
}
.basic_situation_box ul li{
  display: flex;
  align-items: flex-start;
  padding-left: 15px;
  position: relative;
  margin-top: 30px;
}
.basic_situation_box ul li:after{
  content: '';
  width: 5px;
  height: 5px;
  background-color: #c00000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.basic_situation_box ul li p:first-child{
  width: 70px;
  font-size: 14px;
  color: #c00000;
  line-height: 2;
  text-align: left;
  margin-right: 30px;
}
.basic_situation_box ul li p:last-child{
  width: calc(100% - 100px);
  font-size: 14px;
  color: #000;
  line-height: 2;
}
/*20200421*/
.title_img{
  text-align: left!important;
}
.title_img:after{
  left: 0!important;
  transform: initial!important;
}
.title_img img{
  width: 546px;
  position: absolute;
  right: 0;
  top: 15px;
}
.centerBg{
  position: relative;
}
.centerBg .center_bg2{
  width: 1920px;
  height: 988px;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: -1;
}
.item3{
  background-color: #fff;
  padding-bottom: 15px;
}
.main_title{
  width: 48%;
  position: absolute;
  left: 26%;
  top: 20px;
}

.navList {
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}
.navList li {
    margin-right: 50px;
    position: relative;
}
.navList li a {
    font-size: 21px;
    color: #c00000;
    letter-spacing: 2px;
}
.navList li.on:after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #c00000;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}